home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / clipper / ks94an.zip / T_SPACE.HDR < prev    next >
Text File  |  1994-04-25  |  646b  |  33 lines

  1. /******************************************************************************
  2.                  The Klipper Library, for CA-Clipper 5.x
  3.         Copyright (c), 1994, Wallace Information Systems Engineering
  4.  
  5. FUNCTION:
  6.  
  7. _TrailSpace( cInStr ) --> nInteger
  8.  
  9. PARAMETERS:
  10.  
  11. cInStr : Character to count trailing spaces in
  12.  
  13. SHORT:
  14.  
  15. Count number of trailing spaces in a string.
  16.  
  17. DESCRIPTION:
  18.  
  19. _TrailSpace() counts the number of trailing spaces in a character string.
  20.  
  21. NOTE:
  22.  
  23.  
  24.  
  25. EXAMPLE:
  26.  
  27. **********
  28. t = _LeadSpace("HOWDY!      ")
  29.  
  30. Result t = 6
  31.  
  32. ******************************************************************************/
  33.